Opc.Ua.Core
AddBindings(Assembly) Method



Opc.Ua.Bindings Namespace > ITransportBindings<T> Interface > AddBindings Method : AddBindings(Assembly) Method
The assembly with the bindings.
Add all bindings with interface exported from a assembly.
Syntax
'Declaration
 
Overloads Function AddBindings( _
   ByVal assembly As Assembly _
) As IEnumerable(Of Type)
'Usage
 
Dim instance As ITransportBindings(Of T)
Dim assembly As Assembly
Dim value As IEnumerable(Of Type)
 
value = instance.AddBindings(assembly)

Parameters

assembly
The assembly with the bindings.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITransportBindings<T> Interface
ITransportBindings<T> Members
Overload List